
#sidebar .menu > .item {
	border-bottom: 1px solid #FFFFFF;
}

#sidebar .menu a {
	width: 125px;
	padding: 1em;
	display: block;
	margin: -5px;
	color: #4A4C4B;
}
#sidebar .menu ul a {
	width: 100px;
}
#sidebar .name {
	color:#FFFFFF;
	font-size: 15px;
	padding-left: 1em;
}

#sidebar .menu > .select > a {
	background: url('../images/sidebar_high2.png') repeat-y;
	color: #FFFFFF;
}

#sidebar .menu > .select a:hover {
	background: url('../images/sidebar_high2.png') repeat-y;
	color: #FFFFFF;
}

#sidebar .menu  .item a:hover , #sidebar .menu  .item.select>  a {
	background: url('../images/sidebar_high2.png') repeat-y;
	color: #FFFFFF;
}


#sidebar .menu ul {
	margin-left: 30px;
	padding: 0;
	list-style-image: url('../images/listpoint.png');
}

#sidebar .menu ul a {
	margin-left: -35px;
	padding-left: 35px;
}

#sidebar ul {
	margin: 0 10px 0 0;
	padding: 0;
	list-style-type: none;
}



#content .title {
	margin: 0 1em 1em 0;
	height: 30px;
	text-align: center;
	-webkit-border-radius: 0px 0px 4px 4px;
	-moz-border-radius: 0px 0px 4px 4px;
	border-radius: 0px 0px 4px 4px;
	background: url('../images/tab_2.png') repeat-x;
}

.tab {
	margin: 1em 1em 0 0;
	height: 30px;
	border-top: 1px solid #B3B3B3;
	border-left: 1px solid #B3B3B3;
	border-right: 1px solid #B3B3B3;
	text-align: center;
	-webkit-border-radius: 4px 4px 0px 0px;
	-moz-border-radius: 4px 4px 0px 0px;
	border-radius: 4px 4px 0px 0px;
	background: url('../images/tab_1.png') repeat-x;
}

.tab div{
	float:left;
	width: 177px;
	color :#005386;
	font-size: 15px;
	padding-top: 5px;
	height:25px;
	border-right: 1px solid #2883CB;
}


.tab div.last{
	border-right: 0px;
	width: 176px;
}
.tab div.select , .tab div.select:hover{
background: #CD251C; /* Old browsers */


	
}

.tab .select a {
	color :#FFFFFF;
}

.tab div:hover a {
	color :#FFFFFF;
}

 .tab div:hover{
	color :#FFFFFF;
	background: #2883CB;

}

#relatednews {
	border-radius: 4px;
	float: right;
	background: url("../images/pattern.png") no-repeat scroll center bottom transparent;
	width: 176px;/*185px;*/
	box-shadow: 0 1px 1px 1px #888888;
	height: 560px;
	margin: 10px 1em 6px 0;
	padding: 5px;
	
}
#relatednews .header {
	background: url('../images/box_h.png') repeat-x;
	width: 176px;
	height: 40px;
	border-radius: 4px 4px 0;
	margin: -5px;
	color:#005386;
    text-shadow:2px 2px 1px #FFFFFF;
	font-size: 15px;
	padding-left: 10px;
	padding-top: 5px;
}



#content .newscontent {
	float: left;
	margin-left:0em;
	width: 515px;
	overflow :auto;
	border-bottom: 1px #005386 solid;
	box-shadow: 0 1px 0px #888888;
	border-radius: 4px;
	padding-right:5px;
	font-size: 14px;
}

#content .newstitle{
	color: #AC1D23;
	width: 500px;
	margin-top:1em ;
	display: block;
	font-size: 16px;
	margin-bottom: 1em;
}
#content .newstitle .date{
	padding-right: 1em;
	display: block;
}
#content .netvigator{
    float: left;
    margin-top: 1em;
    width: 500px;
}

.netvigator .left{
	background: url('../images/listpoint_y2.png')  no-repeat;
	padding-left: 15px;
}
.netvigator .right{
	background: url('../images/listpoint_y.png')  no-repeat;
	padding-left: 15px;
	float: right
}
#content .list{
	max-height: 520px;
    overflow: auto;
    margin-left: -1em;
}
#content .item{
    margin-right: -1em;
    padding-left:1em;
    color: #01314E;
    padding:5px 5px 5px 1em; 
    font-size: 14px;
    width: 700px;
}
#content .item p:before{
	background: url('../images/listpoint_y.png')  no-repeat;
	width:16px;
   height:1.5em;
   float: left;
   content:"";
} 
#content .item p{
	margin: 0.5em;
	margin-left: 0px;
	width: 550px;
}

#content .item .date , #content .title .date{
	float:right;
	margin: 0.5em;
	width: 100px;
	text-align:right;
}

 #content .title .date{
 	width: 200px;
 }
 .theader2{
 	background-color:#F0F0F0;
 }
 .theader3{
 	background-color:#E8E8E8;
 }
#content .item.odd ,.theader{
	background-color: #FEEBB3;

}




#relatednews ul{
	
	list-style-image: url('../images/listpoint_y.png');
	margin-left: 20px; 
}
#relatednews li{
	padding-bottom: 5px;
}
#relatednews .list{
	margin-left:0px;
	overflow :auto;
	height: 520px;
}
/*
#content .item.even {
	width: 100%
}
*/